API Reference > Other Classes > OdRange3d Class > OdRange3d Operators > [] Operator > OdRange3d::[] Operator (unsigned int)
OdRange3d::[] Operator (unsigned int)
Syntax
C++
OdInt64 operator [](unsigned int i) const;
Parameters 
Description 
unsigned int i 
[in] Index of coordinate. 

Returns or references the ith coordinate of this range. 

  • 0 returns or references the X-coordinate.
  • 1 returns or references the Y-coordinate.
  • 2 returns or references the Z-coordinate.
 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.